home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / default / kexec < prev    next >
Encoding:
Text File  |  2013-01-06  |  536 b   |  23 lines

  1. # Defaults for kexec initscript
  2. # sourced by kexec-tools.config, /etc/init.d/kexec and /etc/init.d/kexec-load
  3.  
  4. # Load a kexec kernel (true/false)
  5. LOAD_KEXEC=true
  6.  
  7. # Kernel and initrd image
  8. # Unused: tails-reconfigure-kexec appends the correct values to this file
  9. #         at boot time.
  10. KERNEL_IMAGE=/vmlinux
  11. INITRD=/initrd.img
  12.  
  13. # If empty, use current /proc/cmdline
  14. APPEND=""
  15. case "$RUNLEVEL" in
  16.    6)
  17.       APPEND="${APPEND} sdmem=reboot sdmemopts=vllf"
  18.       ;;
  19.    *)
  20.       APPEND="${APPEND} sdmem=halt sdmemopts=vllf"
  21.       ;;
  22. esac
  23.